func crypto/tls.supportedSignatureAlgorithmsCert

3 uses

	crypto/tls (current package)
		common.go#L1742: func supportedSignatureAlgorithmsCert() []SignatureScheme {
		handshake_client.go#L124: 		hello.supportedSignatureAlgorithmsCert = supportedSignatureAlgorithmsCert()
		handshake_server_tls13.go#L852: 		certReq.supportedSignatureAlgorithmsCert = supportedSignatureAlgorithmsCert()